home *** CD-ROM | disk | FTP | other *** search
/ Ian & Stuart's Australian Mac: Not for Sale / Another.not.for.sale (Australia).iso / fade into you / getting there / WWW / MacHTTP Extras / Decode URL / Read Me < prev   
Text File  |  1994-10-17  |  358b  |  8 lines

  1. Decode URL
  2. ----------
  3.  
  4. Usage:
  5.  
  6.    set some_var to Decode URL "This%20is%20a%20Test"
  7.  
  8. It is recommended that this OSAX be used in conjunction with the Tokenize OSAX. Tokenize should be used first, if necessary, to divide up form arguments or map coordinates. Then Decode URL should be used in the individual parts of the parsed string to remove %xx encodings.